home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / BIGPA00.EXE / BIGpage.exe / 0 / RCDATA / TMMABOUTBOX / TMMABOUTBOX.txt < prev   
Text File  |  1998-01-08  |  4KB  |  170 lines

  1. object MMAboutBox: TMMAboutBox
  2.   Left = 158
  3.   Top = 119
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 192
  8.   ClientWidth = 401
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 385
  24.     Height = 145
  25.     BevelOuter = bvLowered
  26.     TabOrder = 0
  27.     object Label4: TLabel
  28.       Left = 149
  29.       Top = 10
  30.       Width = 227
  31.       Height = 32
  32.       Caption = 'Multimedia Tools'
  33.       Font.Color = clGray
  34.       Font.Height = -27
  35.       Font.Name = 'Arial'
  36.       Font.Style = [fsBold]
  37.       ParentFont = False
  38.       Transparent = True
  39.     end
  40.     object Copyright1: TLabel
  41.       Left = 147
  42.       Top = 67
  43.       Width = 230
  44.       Height = 13
  45.       AutoSize = False
  46.       Caption = '∩┐╜1995/97 SwiftSoft Ronald Dittrich'
  47.       Font.Color = clBlack
  48.       Font.Height = -11
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = []
  51.       ParentFont = False
  52.       Transparent = True
  53.       WordWrap = True
  54.       IsControl = True
  55.     end
  56.     object Address4: TLabel
  57.       Left = 147
  58.       Top = 105
  59.       Width = 230
  60.       Height = 13
  61.       AutoSize = False
  62.       Caption = 'swiftsoft@aol.com'
  63.       Font.Color = clBlack
  64.       Font.Height = -11
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = []
  67.       ParentFont = False
  68.       Transparent = True
  69.       WordWrap = True
  70.       IsControl = True
  71.     end
  72.     object Copyright2: TLabel
  73.       Left = 147
  74.       Top = 82
  75.       Width = 230
  76.       Height = 13
  77.       AutoSize = False
  78.       Caption = 'All Rights Reserved'
  79.       Font.Color = clBlack
  80.       Font.Height = -11
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = []
  83.       ParentFont = False
  84.       Transparent = True
  85.       WordWrap = True
  86.       IsControl = True
  87.     end
  88.     object Label2: TLabel
  89.       Left = 147
  90.       Top = 43
  91.       Width = 230
  92.       Height = 16
  93.       AutoSize = False
  94.       Caption = 'Version 1.0∩┐╜'
  95.       Font.Color = clBlack
  96.       Font.Height = -13
  97.       Font.Name = 'MS Sans Serif'
  98.       Font.Style = [fsBold]
  99.       ParentFont = False
  100.       Transparent = True
  101.       WordWrap = True
  102.       IsControl = True
  103.     end
  104.     object Label3: TLabel
  105.       Left = 147
  106.       Top = 121
  107.       Width = 230
  108.       Height = 13
  109.       AutoSize = False
  110.       Caption = 'http://members.aol.com/swiftsoft/mmtools.html'
  111.       Font.Color = clBlack
  112.       Font.Height = -11
  113.       Font.Name = 'MS Sans Serif'
  114.       Font.Style = []
  115.       ParentFont = False
  116.       Transparent = True
  117.       WordWrap = True
  118.       IsControl = True
  119.     end
  120.     object Label1: TLabel
  121.       Left = 147
  122.       Top = 8
  123.       Width = 227
  124.       Height = 32
  125.       Caption = 'Multimedia Tools'
  126.       Font.Color = clNavy
  127.       Font.Height = -27
  128.       Font.Name = 'Arial'
  129.       Font.Style = [fsBold]
  130.       ParentFont = False
  131.       Transparent = True
  132.     end
  133.     object Panel2: TPanel
  134.       Left = 8
  135.       Top = 9
  136.       Width = 128
  137.       Height = 128
  138.       BevelInner = bvLowered
  139.       BorderWidth = 2
  140.       TabOrder = 0
  141.       object Image1: TImage
  142.         Left = 4
  143.         Top = 4
  144.         Width = 120
  145.         Height = 120
  146.         Align = alClient
  147.         AutoSize = True
  148.         Picture.Data = {<image000.bmp>}
  149.       end
  150.     end
  151.   end
  152.   object OKButton: TButton
  153.     Left = 163
  154.     Top = 161
  155.     Width = 75
  156.     Height = 25
  157.     Caption = 'OK'
  158.     Default = True
  159.     Enabled = False
  160.     ModalResult = 1
  161.     TabOrder = 1
  162.   end
  163.   object Timer1: TTimer
  164.     Enabled = False
  165.     OnTimer = Timer1Timer
  166.     Left = 8
  167.     Top = 160
  168.   end
  169. end
  170.